home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo This batch file creates a directory named c:\partner and copies
- echo files to it.
- echo You must have at least 600K free on the drive.
- echo To stop batch file, hold the control (Ctrl) key
- echo and press the Break key.
- pause Press a key to continue.
- md c:\partner
- copy install.bat c:\partner
- copy readme c:\partner
- copy life c:\partner
- copy wp.exe c:\partner
- copy threed.vbx c:\partner
- copy grid.vbx c:\partner
- copy uninstal.doc c:\partner
- c:
- cd c:\partner
- echo Now you must copy the vbrun200.dll file from disk 2 to your
- echo c:\windows\system subdirectory.
- pause Press a key to exit.
- cls
-